home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDUCATE / KILMOCK2.ARJ / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-02-17  |  542b  |  25 lines

  1. echo off
  2. cls
  3. type install.hlp
  4. pause
  5. md c:\TKAM
  6. md c:\TKAM\TKAMDATA
  7. echo Copying Programme files....
  8. copy *.* c:\TKAM
  9. echo .
  10. echo .
  11. echo Please remove Programme Diskette and Insert Data diskette
  12. pause
  13. echo Copying Data Files
  14. copy *.* c:\TKAM\TKAMDATA
  15. del c:\tkam\command.com
  16. ren c:\tkam\config.tkm config.tmp
  17. ren c:\tkam\config.bak config.tkm
  18. ren c:\tkam\config.tmp config.bak
  19. cls
  20. type Winstall.hlp
  21. echo Installation is finished.
  22. echo To run the programme, change to the TKAM directory and 
  23. echo type TKAM or AUTOEXEC
  24.  
  25.